Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(platform-browser): add missing peerDependency on `@angular/animat… #35949

Closed
wants to merge 1 commit into from
Closed

fix(platform-browser): add missing peerDependency on `@angular/animat… #35949

wants to merge 1 commit into from

Conversation

alan-agius4
Copy link
Contributor

@alan-agius4 alan-agius4 commented Mar 9, 2020

…ions`

@angular/platform-browser/animations has a dependency on @angular/animations however, this is not listed in peerDependencies

With this change we add this package as an optional peerDependency as it's only required when using the @angular/platform-browser/animations entrypoint.

Fixes #35888

…ions`

`@angular/platform-browser/animations` has a dependency on `@angular/animations` however, this is not listed in `peerDependencies`

With this change we add this package as an optional peerDependency as it's only required when using the `@angular/platform-browser/animations` entrypoint.

Fixes #35888
@alan-agius4 alan-agius4 added the target: patch This PR is targeted for the next patch release label Mar 9, 2020
@pullapprove pullapprove bot requested a review from mhevery March 9, 2020 08:54
@alan-agius4 alan-agius4 added the area: packaging Issues related to Angular's creation of npm packages label Mar 9, 2020
@ngbot ngbot bot added this to the needsTriage milestone Mar 9, 2020
@alan-agius4 alan-agius4 requested review from josephperrott and removed request for josephperrott March 9, 2020 08:57
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott josephperrott removed the request for review from mhevery March 9, 2020 17:06
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Mar 9, 2020
matsko pushed a commit that referenced this pull request Mar 10, 2020
…ions` (#35949)

`@angular/platform-browser/animations` has a dependency on `@angular/animations` however, this is not listed in `peerDependencies`

With this change we add this package as an optional peerDependency as it's only required when using the `@angular/platform-browser/animations` entrypoint.

Fixes #35888

PR Close #35949
@matsko matsko closed this in 64d6f13 Mar 10, 2020
@alan-agius4 alan-agius4 deleted the platform-browsers branch March 10, 2020 17:39
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: packaging Issues related to Angular's creation of npm packages cla: yes target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR build fails with an error: @angular/platform-server has missing dependencies: @angular/animations/browser
3 participants